1. Introduction
This portlet helps you manage your tasks in Sitecore. The image below represents a sample task list.
2. Installation guide
ToDo Tasks portlet is distributed as a standard Sitecore package; hence in order to start using it you should install the package. Please, refer to the Installing Modules and Packages article if you are not familiar with the standard Packager tool of Sitecore.
Install the todotasks.zip package.
Edit <controlSources> and <ui/references> sections of the web.config file:
<controlSources>
...
<source mode="on" namespace="Sitecore.Modules.ToDoList" folder="/sitecore modules/shell/ToDoList" deep="true"/>
...
</controlSources>
<references>
...
<reference>/bin/Sitecore.Modules.ToDoList.dll</reference>
...
</references>
3. User Manual
The portlet has four control buttons:
- Complete – click to switch the task to complete state;
- Edit – click to edit a task;
- Reopen – click to switch the task to normal (incomplete) state;
- Add – click to add a new task;
- Delete – click to delete a task;
- Refresh – refresh portlet window.
The task item has three fields:
- Title – title of the task.
- Note – additional information about the task (shown as a tooltip)
- Due Date – date of task deadline.
Completed tasks are marked by green color, overdue tasks are marked by red color.
Every user has a separate task list. Task lists are refreshed automatically.